DocumentDeleteDto

data class DocumentDeleteDto(ids: List<String>)

Parameters

ids

An array of documents ids that should be deleted from the system.

Constructors

DocumentDeleteDto
Link copied to clipboard
fun DocumentDeleteDto(ids: List<String>)
An array of documents ids that should be deleted from the system.

Properties

ids
Link copied to clipboard
@SerializedName(value = ids)
val ids: List<String>
An array of documents ids that should be deleted from the system.